/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');*/

@font-face {
    font-family: Roboto;
    src: url('/s/site/launchvic/Roboto.woff2');
	font-weight: 400;
}

html,body{
	font-family:Roboto,arial,Helvetica,sans-serif;
	color:#404041;
	font-weight:400;
	text-rendering: optimizeLegibility !important;
    line-height: 1.6;
	overflow-x: hidden;
	font-size: 15px;
	line-height: 30px;
}

#header{
	background-size: contain;
    background-color: #f26649;
	background-repeat: no-repeat;
    width: 1450px;
    height: 150px;
    margin-bottom: 20px;
}

#logo{
	width: 1450px;
	margin:0 auto;
}


#header-background svg{
	position:absolute;
	stroke:none;
	border-bottom: 2px solid white;
}

#wrapper{
	width: 1060px;
	height: 100%;
	min-height:720px;
	margin: 0 auto;
	/*margin-top: -595px;*/
}

#head{
    height: 30px;
	float: right;
	text-transform: uppercase;
	font-weight: 700;
	/*margin-top: -595px;*/
	font-size:16px;
}

#head a, #head a:link, #head a:visited{
	color:black;
	text-decoration:none;
	font-size:16px;
	padding: 5px 10px;
}

#head a:hover, #head a:active, #head a:focus{
	color: black;
	text-decoration: underline;
}

#body{
	/*margin-top: 595px;*/
	padding: 15px;
	min-height:700px;
	width:1060px;
	background-color:white;
}

a, a:link, a:visited{
	color:black;
	text-decoration:underline;
}

a:hover, a:active, a:focus {
	color: black;
	text-decoration: none;
}

h1{
	font-size: 45px;
	margin: 15px 0px;
	font-weight:900;
}

.validationerror, .ftValidError{
	border: 1px solid;
	border-radius:5px;
	margin: 10px 0px;
	padding: 15px 10px 15px 20px !important;
	color:#B94A48 !important;
	background-color: #F2DEDE;
	border-color:#eed3d7;
}

#regform > fieldset > div:nth-child(5) > div.hint > p{
    margin-top:130px;
}

#lastSaved{
    margin-top:-70px;
}

.iconbar .item a:hover {
	text-decoration: underline;
}

#appnav{
	float:left;
    padding:0px;
    background-color:white;
    border:none;
    margin-top:80px;
	margin-bottom:-4000px;
}

#appnav h3{
    margin:0px;
    padding:8px;
    font-size:16px;
    color:white;
    background-color:#f26649;
    border:none;
}

#appnav .current{
    margin:0px;
    padding:5px;
	border:none;
    color:#f26649;
    background-color:white;
    border-bottom:2px solid #f26649;
}

#appnav li{
    padding:0px;
    margin:0px;
	border:none;
}

#appnav a, #appnav a:link, #appnav a:visited{
    display:block;
    padding:5px;
    color:black;
    border-bottom:2px solid white;
}

#appnav a:hover, #appnav a:active, #appnav a:focus{
    color: #f26649;
    border-bottom: 2px solid #f26649;
}

#htmlForm .appform{
	margin-left:200px;
}

.ftEditForm{
	/*margin-left: 190px;*/
	width: 100%;
}

.appform h2, .ftEditPageHeading{
	background-color:#f26649;
	color:white;
	width:inherit;
}

.ftEditSectionHeading{
	background-color:white;
	color:#f26649;
	border-bottom:3px solid #f26649;
}

.appform .btn{
	font-size:90%;
	border:none;
	background:none;
	padding: 5px;
	margin: 10px 0 10px 0;
	/*width:100%;*/
	position: relative;
    background-color:transparent;
    border:none;
    height:60px;
}


.appform .btn input, #body .appform .btn a.linkbtn, .appform .btn .close{
    height: 60px;
    width: 190px;
    background-color: #f26649;
    color: white;
    text-transform: uppercase;
    border: none;
    font-weight: 700;
    font-size:14px;
    text-decoration:none;
    line-height:60px;
    cursor:pointer;
}

.appform .btn input:hover, #body .appform .btn a.linkbtn:hover, .appform .btn .close:hover{
    background-color:#bd4c35;
}

.appform .btn .next, .appform .btn .review{
    background-position:165px;
}

.appform .btn input.btndisabled{
    cursor:not-allowed;
}

.appform .btn .prev{
   background-position:3px;
}

.appform .btn .mid{
    width:570px;
}

#lastSaved{
    margin-top:-100px;
}

.appform .l{
	width: 197px;
}

.iconbar .item-narrow{
	width:175px;
}

#footer-background{
    background-color: #f26649;
	width: 100%;
	min-height: 200px;
	min-width: 1700px;
}

#footer{
	height: 200px;
	background: #f26649;
	min-width: 1700px;
	color:black;
	font-weight: 700;
}

#footer-content{
	width: 1280px;
	margin:0 auto;
}

#fuelling{
	margin-top: -55px;
	margin-bottom: 50px;
}

#text{
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: 400;
}

#footer-logo{
	text-align: left;
	padding-left: 0px;
}

#footer h4{
	font-weight: 700;
	color: black;
	font-size: 16px;
	margin-bottom: 15px;
}

.footer-position{
	width: 30%;
	float: left;
	height: 85px;
	padding: 15px;
	margin-top: 0px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.5px;
}

.footer-position ul{
	margin:0px;
}

.footer-position li{
	list-style:none;
	margin-bottom:0px;
	line-height: 25.6px;
}

#footer a, #footer a:link, #footer a:visited{
	color:black;
	text-decoration:none;
}

#footer a:hover, #footer a:active, #footer a:focus{
	color:black;
	text-decoration:underline;
}

#copyright{
	width: 305px;
	font-size: 14px;
	font-weight: 700;
	margin-left: -10px;
	letter-spacing: -0.5px;
}

#copyright ul{
	margin:0px;
}

#copyright li{
	list-style: none;
	display: inline;
	margin: 0px 10px;
	line-height: 25.6px;
}

/*This is necessary for an ie11 glitch.*/
.questionLegend{
	width:inherit;
}

/*<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1366 186"><path d="M0 186h295.2L0 43.4zM295.2 186H1366V0z"></path></svg>*/

/*Keycloak fixes*/

#regform .field {
	width: 660px;
}
  
#submissions .row.mb-3.align-items-baseline {
	width: 100%;
}
  
#head{
	float:none;
}